home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
ada
/
gwuada_5.zip
/
adaed
/
nyudemos
/
test.ada
< prev
next >
Wrap
Text File
|
1992-09-01
|
91b
|
6 lines
with text_io; use text_io;
procedure main is
begin
put_line("It works!");
end main;